Q3ViewerGetPort
You can use theQ3ViewerGetPort
function to get the color graphics port associated with a viewer object.
CGrafPtr Q3ViewerGetPort (TQ3ViewerObject theViewer);
theViewer
- A viewer object.
DESCRIPTION
TheQ3ViewerGetPort
function returns, as its function result, a pointer to the color graphics port currently associated with the viewer object specified by thetheViewer
parameter.